home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / u370_aix.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  1.2 KB  |  64 lines

  1. # /* Copyright William Schelter. All rights reserved. (1990) */
  2. LBINDIR=/usr/local/bin
  3. RANLIB=true
  4. #defs for the makefiles
  5. # see notes at beginning of u370_aix.h
  6.  
  7. OFLAG    =   
  8. # for plc88 can't have this
  9. LIBS    = -lm 
  10. ODIR_DEBUG=  -g
  11.  
  12. SHELL=/bin/sh
  13. .IGNORE:
  14.  
  15. # CC = cc -DVOL= -I$(GCLDIR)/o  -Wl,-S0xa000000
  16. # Note pl8cc cannot compile c/fat_string.c.
  17. # When this fails just repeat the same command manually
  18. # using cc.
  19.  
  20. CC = cc -DVOL=volatile -DCOM_LENG=   -I$(GCLDIR)/o
  21. LDCC = ${CC} -Hxa
  22.  
  23. CFLAGS    = -c $(DEFS)  -I../h
  24. EXTRAS = /usr/local/scratchpad/cur/lib/foreign/cfuns-c.o \
  25.          /usr/local/scratchpad/cur/lib/foreign/sockio-c.o
  26. EXTRAS = 
  27.  
  28. # The fast loading currently works for ATT and BSD with 68000 or 386
  29. # architectures.  Unless you have these, leave these undefined.
  30. RSYM    = rsym
  31. SFASL    = $(ODIR)/sfasl.o
  32.  
  33. # EMUL= $(ODIR)/sysv_386emul.o
  34.  
  35. # When using SFASL it is good to have (si::build-symbol-table)
  36. INITFORM=(si::build-symbol-table)
  37.  
  38. MPFILES=${MPDIR}/mpi.o ${MPDIR}/lo-u370_aix.o ${MPDIR}/mp_sl3todivul3.o ${MPDIR}/libmport.a
  39. # MPFILES=${MPDIR}/mpi.o ${MPDIR}/libmport.a
  40.  
  41. # Use symbolic links
  42. SYMB    = -s
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. EXTRAS = /spad/obj/370/lib/sockio-c.o /spad/obj/370/lib/cfuns-c.o
  63.